@expiren/opencode-antigravity-auth 1.6.14 → 1.6.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -9
- package/dist/index.js.map +1 -7
- package/dist/src/plugin/config/models.d.ts.map +1 -1
- package/dist/src/plugin/config/models.js +0 -6
- package/dist/src/plugin/config/models.js.map +1 -1
- package/dist/src/plugin/transform/model-resolver.d.ts +3 -7
- package/dist/src/plugin/transform/model-resolver.d.ts.map +1 -1
- package/dist/src/plugin/transform/model-resolver.js +5 -12
- package/dist/src/plugin/transform/model-resolver.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1774,12 +1774,6 @@ var OPENCODE_MODEL_DEFINITIONS = {
|
|
|
1774
1774
|
limit: { context: 1048576, output: 65536 },
|
|
1775
1775
|
modalities: DEFAULT_MODALITIES
|
|
1776
1776
|
}),
|
|
1777
|
-
"gemini-3-pro-preview": defineModel("gemini-3-pro-preview", {
|
|
1778
|
-
name: "Gemini 3 Pro Preview (Gemini CLI)",
|
|
1779
|
-
reasoning: true,
|
|
1780
|
-
limit: { context: 1048576, output: 65535 },
|
|
1781
|
-
modalities: DEFAULT_MODALITIES
|
|
1782
|
-
}),
|
|
1783
1777
|
"gemini-3.1-pro-preview": defineModel("gemini-3.1-pro-preview", {
|
|
1784
1778
|
name: "Gemini 3.1 Pro Preview (Gemini CLI)",
|
|
1785
1779
|
reasoning: true,
|
|
@@ -5778,10 +5772,8 @@ var THINKING_TIER_BUDGETS = {
|
|
|
5778
5772
|
default: { low: 4096, medium: 8192, high: 16384 }
|
|
5779
5773
|
};
|
|
5780
5774
|
var MODEL_ALIASES = {
|
|
5781
|
-
// Gemini 3 variants - for Gemini CLI only (tier stripped, thinkingLevel used)
|
|
5775
|
+
// Gemini 3.x variants - for Gemini CLI only (tier stripped, thinkingLevel used)
|
|
5782
5776
|
// For Antigravity, these are bypassed and full model name is kept
|
|
5783
|
-
"gemini-3-pro-low": "gemini-3-pro",
|
|
5784
|
-
"gemini-3-pro-high": "gemini-3-pro",
|
|
5785
5777
|
"gemini-3.1-pro-low": "gemini-3.1-pro",
|
|
5786
5778
|
"gemini-3.1-pro-high": "gemini-3.1-pro",
|
|
5787
5779
|
"gemini-3-flash-low": "gemini-3-flash",
|